home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / escriptd.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1999-03-25  |  25.1 KB  |  704 lines

  1. *PPD-Adobe: "4.0"
  2. *%
  3. *% This PPD is used to select A4 for the default page size.
  4. *%
  5. *% Note:  For use with some ancient applications, e.g., Adobe Separator 3.2,
  6. *%   it may be necessary to make a version of this file with the first line
  7. *%   commented out.
  8. *%
  9. *% PTL SCCS ID "@(#)PPD    1.9x 4/27/95";
  10. *%
  11. *FormatVersion: "4.0"
  12. *FileVersion: "1.9x"
  13. *LanguageVersion: English
  14. *%
  15. *Product: "(EPL-N2000A4)"
  16. *%
  17. *PSVersion: "(132.18) 2834"
  18. *%
  19. *ModelName: "EPSON EPL-N2000 EPSONScript(A4)"
  20. *%
  21. *% NickName can be customized by the local system administrator.
  22. *NickName: "EPSON EPL-N2000 EPSONScript(A4)"
  23. *%
  24. *PCFileName: "ESCRIPTD.PPD"
  25. *Manufacturer: "Epson"
  26.  
  27. *%=== Basic Capabilities ===============
  28. *LanguageLevel: "2"
  29. *ColorDevice: False
  30. *DefaultColorSpace: Gray
  31. *Throughput: "20"
  32. *Protocols: TBCP
  33.  
  34. *% The FreeVM number is most useful for intelligent spoolers that can
  35. *%   decide which printer to use, based on the known available memory.
  36. *%   I.e., in general, this number is not too important.
  37. *% FreeVM may be set for the particular printer's memory configuration
  38. *%   by typing  "vmstatus exch sub == pop"  JUST AFTER POWER UP.  This number
  39. *%   varies only slightly for ON vs. OFF settings of "JOB MENU > PAGE PROTECT",
  40. *%   or for 300 vs. 600 dpi.
  41. *% Note:  The actual *usable* memory size *is* increased when "JOB MENU PAGE
  42. *%   PROTECT" is set to "OFF", and when RESOLUTION is set to 300.
  43. *%
  44. *FreeVM: "3589888"
  45. *VMOption None/Minimum PS2 Standard 4.0 MB RAM: "3589888"
  46. *VMOption  6.0MB: "5687040"
  47. *VMOption  8.0MB: "7784192"
  48. *VMOption 12.0MB: "11978496"
  49. *VMOption 20.0MB: "20367104"
  50. *VMOption 68.0MB: "70698752"
  51.  
  52. *Password: "()"
  53. *ExitServer: " count 0 eq % Is password on stack?
  54.    { false } { true exch startjob } ifelse
  55.      not { (WARNING: Cannot modify initial VM.) =
  56.            (Missing or invalid password.) =
  57.            (Please contact author of this software.) = flush quit
  58.          } if"
  59. *End
  60. *Reset: "count 0 eq % Is password on stack?
  61.    { false } { true exch startjob } ifelse
  62.      not { (WARNING: Cannot reset printer.) =
  63.            (Missing or invalid password.) =
  64.            (Please contact author of this software.) = flush quit
  65.          } if
  66.     systemdict /quit get exec
  67.     (WARNING:  Printer Reset Failed.) = flush"
  68. *End
  69.  
  70. *% When MicroGray is on, RITech is disabled automatically, invisible to user.
  71. *%   (We needn't enforce this at the user interface.)
  72. *% *UIConstraints: *MicroGray On *Smoothing Off
  73.  
  74. *% Resolution
  75. *%
  76. *% Must be followed by a paper or tray operator to take effect!
  77. *%
  78. *OpenUI *Resolution/Printing Resolution: PickOne
  79. *OrderDependency: 10 AnySetup *Resolution
  80. *% NOTE:  Printer does NOT support 400dpi, and "400dpi" will not appear
  81. *%   in the user interface.  We are using 400dpi as a way to access
  82. *%   "Printer's default", within the constraints of the PPD format.
  83. *%
  84. *% Printer's resolution selection
  85. *DefaultResolution: 400dpi
  86. *Resolution 400dpi/Printer's default: ""
  87. *Resolution 600dpi/600 dpi: "<</HWResolution [600 600] >> setpagedevice"
  88. *Resolution 300dpi/300 dpi: "<</HWResolution [300 300] >> setpagedevice"
  89. *?Resolution: "save currentpagedevice /HWResolution get 0 get
  90.   (          ) cvs print (dpi) = flush restore"
  91. *End
  92. *CloseUI: *Resolution
  93.  
  94. *% Duplex
  95. *% 
  96. *OpenUI *PSDuplex/Duplex: PickOne
  97. *OrderDependency: 90 AnySetup *PSDuplex
  98. *DefaultPSDuplex: Default
  99. *
  100. *PSDuplex Default/Printer's default: ""
  101. *PSDuplex Off/Off: "<</Duplex false>> setpagedevice"
  102. *PSDuplex On/On:  "<</Duplex true>> setpagedevice"
  103. *?PSDuplex: "save[(Off)(On)]
  104.   currentpagedevice /Duplex get get
  105.   = flush restore"
  106. *End
  107. *CloseUI: *PSDuplex
  108.  
  109.  
  110. *% Binding
  111. *%
  112. *OpenUI *PSBinding/Binding: PickOne
  113. *OrderDependency: 90 AnySetup *PSBinding
  114. *DefaultPSBinding: Default
  115. *%
  116. *PSBinding Default/Printer's default: ""
  117. *PSBinding LongEdge/Long Edge: "<</Tumble false>> setpagedevice"
  118. *PSBinding ShortEdge/Short Edge: "<</Tumble true>> setpagedevice"
  119. *?PSBinding: "save[(LongEdge)(ShortEdge)]
  120.   currentpagedevice /Tumble get get
  121.   = flush restore"
  122. *End
  123. *CloseUI: *PSBinding
  124.  
  125. *% Epson RITech (Resolution Improvement Technology)
  126. *%
  127. *OpenUI *Smoothing/Resolution Improve: PickOne
  128. *OrderDependency: 50 AnySetup *Smoothing
  129. *DefaultSmoothing: Default
  130. *% "Printer's default" appears twice for PSPrinter/LW8.0, once for EpsonScript.
  131. *Smoothing Default/Printer's default: ""
  132. *Smoothing Off/Off: "<</REValue 0>> setsystemparams"
  133. *Smoothing Light/Light: "<</REValue 1>> setsystemparams"
  134. *Smoothing Medium/Medium: "<</REValue 2>> setsystemparams"
  135. *Smoothing Heavy/Dark: "<</REValue 3>> setsystemparams"
  136. *% First "Off" ("Not available"), should never occur for this product.
  137. *?Smoothing: "save [(Off)(Off)(Light)(Medium)(Heavy)]
  138.   currentsystemparams /REValue get  1 add  get
  139.   = flush restore"
  140. *End
  141. *CloseUI: *Smoothing
  142.  
  143. *% PS Printmode
  144. *%
  145. *OpenUI *PSprintmode/Page Protect: PickOne
  146. *OrderDependency: 90 AnySetup *PSprintmode
  147. *DefaultPSprintmode: Default
  148. *%
  149. *PSprintmode Default/Printer's default: ""
  150. *PSprintmode Off/Off: "<</PrintMode 0>> setsystemparams"
  151. *PSprintmode On/On:  "<</PrintMode 1>>  setsystemparams"
  152. *?PSprintmode: "save[(Off)(On)]
  153.   currentsystemparams /PrintMode get get
  154.   = flush restore"
  155. *End
  156. *CloseUI: *PSprintmode
  157.  
  158. *% User preference of Printer's Default Monochrome Screen:
  159. *%
  160. *% At 600 dpi, when MultiGray/MicroGray is selected:
  161. *%   * Images with 8 or more bits will be rendered by Epson's MicroGray (R)
  162. *%       screening, with an effective frequency of 141 lpi at 45 degrees.
  163. *%   * Other screened areas will be rendered by Phoenix Technologies'
  164. *%       MultiGray (R), with an effective frequency of 106 lpi at 45 degrees.
  165. *% At 300 dpi, when MultiGray/MicroGray is selected:
  166. *%   * All screened areas will be rendered by Phoenix Technologies'
  167. *%       MultiGray (R), with an effective frequency of 53 lpi at 45 degrees.
  168. *%
  169. *OpenUI *MicroGray/Dot Screen: PickOne
  170. *OrderDependency: 60 AnySetup *MicroGray
  171. *DefaultMicroGray: Default
  172. *MicroGray Default/Printer's default: ""
  173. *MicroGray Off/Standard: "
  174.   <</PrefScreenValue 0>> setuserparams currentscreen setscreen"
  175. *End
  176. *MicroGray On/MultiGray/MicroGray: "
  177.   <</PrefScreenValue 1>> setuserparams currentscreen setscreen"
  178. *End
  179. *?MicroGray: "save [(Off)(On)]
  180.   currentuserparams /PrefScreenValue get get
  181.   = flush restore"
  182. *End
  183. *CloseUI: *MicroGray
  184.  
  185. *% At 600 dpi, MicroGray is selected:
  186. *%       frequency of 141 lpi at 45 degrees
  187. *%       frequency of 106 lpi at 45 degrees
  188. *OpenUI *EmgtFrequency/MicroGray Frequency: PickOne
  189. *OrderDependency: 70 AnySetup *EmgtFrequency
  190. *DefaultEmgtFrequency: Default
  191. *EmgtFrequency Default/106 lpi: ""
  192. *End
  193. *EmgtFrequency 141lpi/141 lpi: "
  194.   <</EmgtFrequency 0>> setuserparams"
  195. *End
  196. *EmgtFrequency 212lpi/212 lpi: "
  197.   <</EmgtFrequency 2>> setuserparams"
  198. *End
  199. *?EmgtFrequency: "save [(141lpi)(212lpi)]
  200.   currentuserparams /EmgtFrequency get get
  201.   = flush restore"
  202. *End
  203. *CloseUI: *EmgtFrequency
  204.  
  205. *% PS Error Sheet
  206. *%
  207. *OpenUI *PSerrorsheet/Error Sheet: PickOne
  208. *OrderDependency: 80 AnySetup *PSerrorsheet
  209. *DefaultPSerrorsheet: Default
  210. *%
  211. *PSerrorsheet Default/Printer's default: ""
  212. *PSerrorsheet Off/Off: "<</DoErrorSheet false>> setsystemparams"
  213. *PSerrorsheet On/On:  "<</DoErrorSheet true>>  setsystemparams"
  214. *?PSerrorsheet: "save[(Off)(On)]
  215.   currentsystemparams /DoErrorSheet get get
  216.   = flush restore"
  217. *End
  218. *CloseUI: *PSerrorsheet
  219.  
  220. *% PSprotectLevel
  221. *%
  222. *OpenUI *PSprotectlevel/Protect Level: PickOne
  223. *OrderDependency: 100 AnySetup *PSprotectlevel
  224. *DefaultPSprotectlevel: Default
  225. *%
  226. *PSprotectlevel Default/Printer's default: ""
  227. *PSprotectlevel level1/1: "<</ProtectLevel 1>> setuserparams"
  228. *PSprotectlevel level2/2: "<</ProtectLevel 2>> setuserparams"
  229. *PSprotectlevel level3/3: "<</ProtectLevel 3>> setuserparams"
  230. *PSprotectlevel level4/4: "<</ProtectLevel 4>> setuserparams"
  231. *PSprotectlevel level5/5: "<</ProtectLevel 5>> setuserparams"
  232. *?PSprotectlevel: "save[(level1)(level2)(level3)(level4)(level5)]
  233.   currentuserparams /ProtectLevel get get
  234.   = flush restore"
  235. *End
  236. *CloseUI: *PSprotectlevel
  237.  
  238. *% PS Toner Save
  239. *%
  240. *OpenUI *TonerSave/Toner Save: PickOne
  241. *OrderDependency: 110 AnySetup *TonerSave
  242. *DefaultTonerSave: Default
  243. *%
  244. *TonerSave Default/Printer's default: ""
  245. *TonerSave Off/Off: "<</TonerSave false>> setuserparams"
  246. *TonerSave On/On:  "<</TonerSave true>>  setuserparams"
  247. *?TonerSave: "save [(Off)(On)]
  248.   currentuserparams /TonerSave get get
  249.   = flush restore"
  250. *End
  251. *CloseUI: *TonerSave
  252.  
  253.  
  254. *% PS Toner Density
  255. *%
  256. *OpenUI *TonerDensity/Toner Density: PickOne
  257. *OrderDependency: 120 AnySetup *TonerDensity
  258. *DefaultTonerDensity: Default
  259. *%
  260. *TonerDensity Default/Printer's default: ""
  261. *TonerDensity Lightest/Lightest: "<</TonerDensity 1>> setuserparams"
  262. *TonerDensity Light/Light:  "<</TonerDensity 2>> setuserparams"
  263. *TonerDensity Medium/Medium: "<</TonerDensity 3>> setuserparams"
  264. *TonerDensity Dark/Dark:   "<</TonerDensity 4>> setuserparams"
  265. *TonerDensity Darkest/Darkest: "<</TonerDensity 5>> setuserparams"
  266. *?TonerDensity: "save [(Lightest)(Light)(Medium)(Dark)(Darkest)]
  267.   currentuserparams /TonerDensity get get
  268.   = flush restore"
  269. *End
  270. *CloseUI: *TonerDensity
  271.  
  272. *% Halftone Information ===========================
  273. *%
  274. *% Standard non-MicroGray screen is 60 lpi for 300 dpi, 85 lpi for 600 dpi.
  275. *%
  276. *ScreenFreq: "60"
  277. *ScreenAngle: "45"
  278. *DefaultScreenProc: Dot
  279.  
  280. *ScreenProc Dot: "
  281. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  282. sub}{dup mul exch dup mul add 1 exch sub}ifelse}"
  283. *End
  284. *ScreenProc Line: "{pop}"
  285. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add
  286.  sqrt 1 exch sub}"
  287. *End
  288.  
  289. *DefaultTransfer: Null
  290. *Transfer Null: "{}"
  291. *Transfer Null.Inverse: "{1 exch sub}"
  292.  
  293. *% === Paper Handling ===================
  294. *%
  295. *% Use these PageSize entries to set paper size unless there is specific reason
  296. *%   to use PageRegion, such as when using manual feed.  (PageSize code is
  297. *%   included in the PostScript file when Mac driver's "Paper from" is set
  298. *%   to "Auto Select" or "Automatic".)
  299. *%
  300. *OpenUI *PageSize: PickOne
  301. *OrderDependency: 40 AnySetup *PageSize
  302. *%
  303. *% Typically, set DefaultPageSize to Letter for ActionLaser 1600.
  304. *% Typically, set DefaultPageSize to A4     for EPL-5600.
  305. *% This may be set to whatever is the most common PageSize at a site.  (Note:
  306. *%   per-job PageSize is not stored with the job by all Mac applications.)
  307. *DefaultPageSize: A4
  308. *%
  309. *PageSize A4: "%statusdict /a4tray get exec
  310. a4"
  311. *PageSize A3: "%statusdict /a3tray get exec
  312. a3"
  313. *PageSize A3P/A3+: "%statusdict /a3ptray get exec
  314. a3p"
  315. *PageSize A5: "%statusdict /a5tray get exec
  316. a5"
  317. *PageSize B4: "%statusdict /b4tray get exec
  318. b4"
  319. *PageSize B5: "%statusdict /b5tray get exec
  320. b5"
  321. *PageSize Letter: "%statusdict /lettertray get exec
  322. letter"
  323. *PageSize Ledger/B: "%statusdict /ledgertray get exec
  324. ledger"
  325. *PageSize Legal: "%statusdict /legaltray get exec
  326. legal"
  327. *PageSize HalfLetter/Half Letter: "%statusdict /halflettertray get exec
  328. halfletter"
  329. *PageSize Executive: "%statusdict /executivetray get exec
  330. executivepage"
  331. *PageSize Govlgl/Government Legal: "%statusdict /glgtray get exec
  332. glg"
  333. *PageSize Govltr/Government Letter: "%statusdict /glttray get exec
  334. glt"
  335. *PageSize F4: "%statusdict /f4tray get exec
  336. f4"
  337. *PageSize Monarch: "%statusdict /monarchtray get exec
  338. monarch"
  339. *PageSize Comm10/Commercial-10: "%statusdict /com10tray get exec
  340. com10"
  341. *PageSize DL: "%statusdict /dlenvelopetray get exec
  342. dlenvelope"
  343. *PageSize C5: "%statusdict /c5tray get exec
  344. c5"
  345. *PageSize ISOB5/International B5: "%statusdict /enb5tray get exec
  346. enb5"
  347. *PageSize C6: "%statusdict /c6tray get exec
  348. c6"
  349. *PageSize Custom: "%statusdict /customtray get exec
  350. custom"
  351. *?PageSize: "save
  352.  21 dict
  353.    dup /a4 (A4) put
  354.    dup /a3 (A3) put
  355.    dup /a3p (A3P) put
  356.    dup /a5 (A5) put
  357.    dup /b4 (B4) put
  358.    dup /b5 (B5) put
  359.    dup /letter (Letter) put
  360.    dup /ledger (Ledger) put
  361.    dup /legal (Legal) put
  362.    dup /halfletter (HalfLetter) put
  363.    dup /executivepage (Executive) put
  364.    dup /glg (Govlgl) put
  365.    dup /glt (Govltr) put
  366.    dup /f4 (F4) put
  367.    dup /monarch (Monarch) put
  368.    dup /com10 (Comm10) put
  369.    dup /dl (DL) put
  370.    dup /dlenvelope (DL) put
  371.    dup /c5 (C5) put
  372.    dup /enb5 (ISOB5) put
  373.    dup /c6 (C6) put
  374.    dup /custom (Custom) put
  375.    paperdict {
  376.      /pindex get 
  377.      currentsystemparams /PaperSize get  eq
  378.      { exit } { pop} ifelse
  379.    } forall
  380.   count 0 eq { (Unknown) }{ get } ifelse =
  381.   flush restore"
  382. *End
  383. *CloseUI: *PageSize
  384.  
  385. *% These entries set up the frame buffer.  Usually used with manual feed.
  386. *%   (These are intended to be ignored if emitted before InputSlot for
  387. *%   this printer.  I.e., InputSlot will override a preceding PageRegion.)
  388. *%
  389. *OpenUI *PageRegion: PickOne
  390. *OrderDependency: 20 AnySetup *PageRegion
  391. *%
  392. *% Typically, set DefaultPageRegion to Letter for ActionLaser 1300.
  393. *% Typically, set DefaultPageRegion to A4     for EPL-5500.
  394. *DefaultPageRegion: A4
  395. *%
  396. *PageRegion A4: "a4"
  397. *PageRegion A3: "a3"
  398. *PageRegion A3P/A3+: "a3p"
  399. *PageRegion A5: "a5"
  400. *PageRegion B4: "b4"
  401. *PageRegion B5: "b5"
  402. *PageRegion Ledger/B: "ledger"
  403. *PageRegion Letter: "letter"
  404. *PageRegion Legal: "legal"
  405. *PageRegion HalfLetter/Half Letter: "halfletter"
  406. *PageRegion Executive: "executivepage"
  407. *PageRegion Govlgl/Government Legal: "glg"
  408. *PageRegion Govltr/Government Letter: "glt"
  409. *PageRegion F4: "f4"
  410. *PageRegion Monarch: "monarch"
  411. *PageRegion Comm10/Commercial-10: "com10"
  412. *PageRegion DL: "dlenvelope"
  413. *PageRegion C5: "c5"
  414. *PageRegion ISOB5/International B5: "enb5"
  415. *PageRegion C6: "c6"
  416. *PageRegion Custom: "custom"
  417. *CloseUI: *PageRegion
  418.  
  419.  
  420. *% These entries provide the imageable areas of the media option keywords.
  421. *%   Low x,y were rounded up, high x,y rounded down to integer for Windows.
  422. *%
  423. *% Typically, set DefaultImageableArea to Letter for ActionLaser 1600.
  424. *% Typically, set DefaultImageableArea to A4     for EPL-5600.
  425. *DefaultImageableArea: A4
  426. *%
  427. *ImageableArea A4: "12 13 583 829"
  428. *ImageableArea A3: "12 13 830 1178"
  429. *ImageableArea A3P/A3+: "12 13 921 1357"
  430. *ImageableArea A5: "12 13 407 582"
  431. *ImageableArea B4: "12 13 717 1020"
  432. *ImageableArea B5: "12 13 503 716"
  433. *ImageableArea Ledger/B: "12 13 780 1212"
  434. *ImageableArea Letter: "12 13 599 780"
  435. *ImageableArea Legal: "12 13 599 996"
  436. *ImageableArea HalfLetter/Half Letter: "12 13 383 583"
  437. *ImageableArea Executive: "12 13 509 744"
  438. *ImageableArea Govlgl/Government Legal: "12 13 599 924"
  439. *ImageableArea Govltr/Government Letter: "12 13 563 744"
  440. *ImageableArea F4: "12 13 583 923"
  441. *ImageableArea Monarch: "12 13 266 528"
  442. *ImageableArea Comm10/Commercial-10: "12 13 284 672"
  443. *ImageableArea DL: "12 13 299 611"
  444. *ImageableArea C5: "12 13 447 636"
  445. *ImageableArea ISOB5/International B5: "12 13 486 695"
  446. *ImageableArea C6: "12 13 312 448"
  447. *ImageableArea Custom: "12 13 924 1357"
  448. *?ImageableArea: "save
  449.   /cvp {(                ) cvs print ( ) print } bind def
  450.   /upperright {10000 mul floor 10000 div} bind def
  451.   /lowerleft {10000 mul ceiling 10000 div} bind def
  452.   newpath clippath pathbbox
  453.   4 -2 roll exch 2 {lowerleft cvp} repeat
  454.   exch 2 {upperright cvp} repeat flush
  455.   restore"
  456. *End
  457.  
  458.  
  459. *% These provide the physical dimensions of the media, by option keyword.
  460. *%
  461. *% Typically, set DefaultPaperDimension to Letter for ActionLaser 1300.
  462. *% Typically, set DefaultPaperDimension to A4     for EPL-5500.
  463. *DefaultPaperDimension: A4
  464. *%
  465. *PaperDimension A4: "595 841"
  466. *PaperDimension A3: "841 1190"
  467. *PaperDimension A3P/A3+: "932 1369"
  468. *PaperDimension A5: "419 595"
  469. *PaperDimension B4: "728 1032"
  470. *PaperDimension B5: "516 728"
  471. *PaperDimension Ledger/B: "792 1224"
  472. *PaperDimension Letter: "612 792"
  473. *PaperDimension Legal: "612 1008"
  474. *PaperDimension HalfLetter/Half Letter: "396 612"
  475. *PaperDimension Executive: "522 756"
  476. *PaperDimension Govlgl/Government Legal: "612 936"
  477. *PaperDimension Govltr/Government Letter: "576 756"
  478. *PaperDimension F4: "595 935"
  479. *PaperDimension Monarch: "278 540"
  480. *PaperDimension Comm10/Commercial-10: "296 684"
  481. *PaperDimension DL: "311 623"
  482. *PaperDimension C5: "459 648"
  483. *PaperDimension ISOB5/International B5: "498 708"
  484. *PaperDimension C6: "323 459"
  485. *PaperDimension Custom: "936 1369"
  486.  
  487. *% This controls the "Paper from" driver dialog.
  488. *%
  489. *OpenUI *InputSlot: PickOne
  490. *OrderDependency: 30 AnySetup *InputSlot
  491. *% *DefaultInputSlot: EpsonAuto
  492. *%
  493. *% The "Automatic" default causes tray-selection based on PageSize.
  494. *% Default appears to be "Automatic" for EpsonScript Driver, and equivalently,
  495. *%   "Auto Select" for PSPrinter/LW8.0 .  I.e., DefaultInputSlot is ignored.
  496. *% 
  497. *InputSlot EpsonAuto/Printer's Automatic: "3 statusdict /setpapertray get exec
  498.   <</ManualFeed false >> setpagedevice"
  499. *End
  500. *InputSlot Manual/Manual Feed: "0 statusdict /setpapertray get exec
  501.   <</ManualFeed true >> setpagedevice"
  502. *End
  503. *InputSlot Upper/MP Tray: "0 statusdict /setpapertray get exec
  504.   <</ManualFeed false >> setpagedevice"
  505. *End
  506. *InputSlot Lower1/Lower Cassette: "1 statusdict /setpapertray get exec
  507.   <</ManualFeed false >> setpagedevice"
  508. *End
  509. *InputSlot Lower2/Optional Lower Cassette: "2 statusdict /setpapertray get exec
  510.   <</ManualFeed false >> setpagedevice"
  511. *End*?InputSlot: "
  512.  save
  513.  currentpagedevice /ManualFeed get
  514.    {(Manual)}  {
  515.    4 dict
  516.       dup /0 (Upper) put
  517.       dup /1 (Lower1) put
  518.       dup /2 (Lower2) put
  519.       dup /3 (EpsonAuto) put
  520.       statusdict /papertray get exec
  521.       {get} stopped {pop pop (Unknown)} if
  522.  } ifelse
  523.    = flush  restore"
  524. *End
  525. *CloseUI: *InputSlot
  526.  
  527. *% Font Information =====================
  528. *%
  529. *% Note:  "Helvetica", "Palatino" and "Times" are registered trademarks of
  530. *%   Linotype AG and/or its subsidiaries.  The PostScript interpreter
  531. *%   addressed by this PPD will substitute the comparable Bitstream font
  532. *%   families "Swiss", "Zapf Calligraphic", and "Dutch", respectively,
  533. *%   for PostScript references to the former three names.
  534. *%
  535. *DefaultFont: Courier
  536. *Font AvantGarde-Book:              Standard "(002)" Standard ROM
  537. *Font AvantGarde-BookOblique:          Standard "(002)" Standard ROM
  538. *Font AvantGarde-Demi:              Standard "(002)" Standard ROM
  539. *Font AvantGarde-DemiOblique:          Standard "(002)" Standard ROM
  540. *Font Bookman-Demi:              Standard "(002)" Standard ROM
  541. *Font Bookman-DemiItalic:          Standard "(002)" Standard ROM
  542. *Font Bookman-Light:              Standard "(002)" Standard ROM
  543. *Font Bookman-LightItalic:          Standard "(002)" Standard ROM
  544. *Font Courier:                  Standard "(002)" Standard ROM
  545. *Font Courier-Bold:              Standard "(002)" Standard ROM
  546. *Font Courier-BoldOblique:          Standard "(002)" Standard ROM
  547. *Font Courier-Oblique:              Standard "(002)" Standard ROM
  548. *Font Helvetica:              Standard "(002)" Standard ROM
  549. *Font Helvetica-Bold:              Standard "(002)" Standard ROM
  550. *Font Helvetica-BoldOblique:          Standard "(002)" Standard ROM
  551. *Font Helvetica-Narrow:              Standard "(002)" Standard ROM
  552. *Font Helvetica-Narrow-Bold:          Standard "(002)" Standard ROM
  553. *Font Helvetica-Narrow-BoldOblique:   Standard "(002)" Standard ROM
  554. *Font Helvetica-Narrow-Oblique:          Standard "(002)" Standard ROM
  555. *Font Helvetica-Oblique:          Standard "(002)" Standard ROM
  556. *Font NewCenturySchlbk-Bold:          Standard "(002)" Standard ROM
  557. *Font NewCenturySchlbk-BoldItalic:    Standard "(002)" Standard ROM
  558. *Font NewCenturySchlbk-Italic:          Standard "(002)" Standard ROM
  559. *Font NewCenturySchlbk-Roman:          Standard "(002)" Standard ROM
  560. *Font Palatino-Bold:              Standard "(002)" Standard ROM
  561. *Font Palatino-BoldItalic:          Standard "(002)" Standard ROM
  562. *Font Palatino-Italic:              Standard "(002)" Standard ROM
  563. *Font Palatino-Roman:              Standard "(002)" Standard ROM
  564. *Font Symbol:                  Standard "(002)" Standard ROM
  565. *Font Times-Bold:              Standard "(002)" Standard ROM
  566. *Font Times-BoldItalic:              Standard "(002)" Standard ROM
  567. *Font Times-Italic:              Standard "(002)" Standard ROM
  568. *Font Times-Roman:              Standard "(002)" Standard ROM
  569. *Font ZapfChancery-MediumItalic:      Standard "(002)" Standard ROM
  570. *Font ZapfDingbats:              Standard "(002)" Standard ROM
  571. *% 
  572.  
  573. *?FontQuery: "save
  574.  /str 100 string dup 0 (fonts/) putinterval def
  575.  {
  576.    count 1 gt
  577.    {
  578.      exch dup str 6 94 getinterval cvs
  579.      (/) print dup print (:) print exch
  580.      FontDirectory exch known
  581.      { pop (Yes) }
  582.  {
  583.    length 6 add str 0 3 -1 roll getinterval
  584.    mark exch status
  585.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  586.      } ifelse = flush
  587.    }
  588.    {exit} ifelse
  589.  }bind loop
  590.  (*) = flush
  591. restore"
  592. *End
  593.  
  594. *?FontList: "save
  595.   FontDirectory { pop == } bind forall flush
  596. (*) = flush
  597. restore"
  598. *End
  599.  
  600. *% Printer Messages (verbatim from printer):
  601. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  602. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  603. *Message: "\FontName\ not found, using Courier"
  604.  
  605. *% Status (format: %%[ status: <one of these> ]%% )
  606. *Status: "idle"
  607. *Status: "busy"
  608. *Status: "waiting"
  609. *Status: "printing"
  610. *Status: "initializing"
  611. *Status: "PrinterError:off line"
  612. *Status: "PrinterError:out of paper"
  613. *Status: "PrinterError:cover open"
  614. *Status: "PrinterError:paper entry misfeed"
  615. *Status: "PrinterError:Ink/Toner end"
  616. *Status: "PrinterError:PRINT OVERRUN"
  617. *Status: "PrinterError:INSERT CART"
  618. *Status: "PrinterError:ILLEGAL CART"
  619. *Status: "PrinterError:REMOVE CART"
  620.  
  621. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  622. *Source: "Serial"
  623. *Source: "Parallel"
  624. *Source: "AppleTalk"
  625. *Source: "Other I/O"
  626.  
  627. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  628. *%   (Printer Errors are reported via the LCD display on the printer.)
  629. *PrinterError: "off line"
  630. *PrinterError: "out of paper"
  631. *PrinterError: "cover open"
  632. *PrinterError: "paper entry misfeed"
  633. *PrinterError: "Ink/Toner end"
  634. *PrinterError: "PRINT OVERRUN"
  635. *PrinterError: "INSERT CART"
  636. *PrinterError: "ILLEGAL CART"
  637. *PrinterError: "REMOVE CART"
  638.  
  639.  
  640. *% Color Separation Information =====================
  641.  
  642. *%*DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  643. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  644.  
  645. *InkName: ProcessBlack/Process Black
  646. *InkName: CustomColor/Custom Color
  647. *InkName: ProcessCyan/Process Cyan
  648. *InkName: ProcessMagenta/Process Magenta
  649. *InkName: ProcessYellow/Process Yellow
  650.  
  651. *%  For 60 lpi / 300 dpi  ===============================
  652. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  653. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  654. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  655. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  656. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  657. *%
  658. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  659. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  660. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  661. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  662. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  663.  
  664. *%  For 53 lpi / 300 dpi  ===============================
  665. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  666. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  667. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "21.801"
  668. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "68.1985"
  669. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  670. *%
  671. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  672. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  673. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "55.7086"
  674. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "55.708"
  675. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  676.  
  677. *%  For 85 lpi / 600 dpi  ===============================
  678. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45"
  679. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45"
  680. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15"
  681. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75"
  682. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0"
  683. *%
  684. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  685. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  686. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
  687. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
  688. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  689.  
  690. *%  For 71 lpi / 600 dpi  ===============================
  691. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45"
  692. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45"
  693. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "15"
  694. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "75"
  695. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0"
  696. *%
  697. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  698. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  699. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  700. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  701. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "75"
  702.  
  703. *% end of PPD file for EPSON EPL-N2000 EpsonScript.
  704.